home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual dBase v5.5 / EXTERN.PAK / DBEXTERN.DEF < prev    next >
Encoding:
Text File  |  1995-07-18  |  1.4 KB  |  50 lines

  1. ;*******************************************************************************
  2. ;
  3. ; FILE:        DBExtern.def
  4. ;
  5. ; WRITTEN BY:  Keimpe
  6. ;
  7. ; DATE:        1/94
  8. ;
  9. ; UPDATED:     5/94
  10. ;
  11. ; REVISION:    $Revision:   2.5  $
  12. ;
  13. ; VERSION:     Visual dBASE
  14. ;
  15. ; DESCRIPTION:
  16. ;
  17. ;              Part of dbextern, a Visual dBASE example.
  18. ;
  19. ;              See dbextern.prg for a description of the example.
  20. ;
  21. ;*******************************************************************************
  22.  
  23. LIBRARY         DBEXTERN
  24. Description    'DBEXTERN.DLL'
  25.  
  26. EXETYPE   WINDOWS
  27.  
  28. CODE      PRELOAD MOVEABLE DISCARDABLE
  29. DATA      PRELOAD MOVEABLE SINGLE
  30.  
  31. EXPORTS
  32.     WEP                             @1 RESIDENTNAME
  33.     DBaseInitInstance               @2
  34.     DBaseExitInstance               @3
  35.     TypeTest1                       @4
  36.     _TypeTest2                      @5
  37.     WhichType                       @6
  38.     _ModifyAndAdd1                  @7
  39.     ModifyAndAdd2                   @8
  40.     _WSetRect                       @9
  41.     WIntersectRect                  @10
  42.     CheckAndChange                  @11
  43.     _ComputeAverage                 @12
  44.     TestABunch                      @13
  45.     _GetEnvString                   @14
  46.     _AddNumbers                     @15
  47.     DLLObjectInit                   @16
  48.     Doit                            @17
  49.     Release                         @18
  50.